| Modifier and Type | Method and Description |
|---|---|
Value |
IssueModel.getBidValue(Bid pBid)
returns the value of a bid
|
static Value |
IssueModel.getBidValueByIssue(Bid pBid,
Issue pIssue)
returns the value of an issue in a bid
|
static Value |
Bounds.getIssueValue(Issue pIssue,
double pIndex)
returns a Value object with the value of an issue at the given index
works for real, discrete and integer objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueModel.addValue(Value pValue)
Add a value to the list
|
double |
IssueModel.getNumberValue(Value pValue)
The value of an issue in a double type
|
| Modifier and Type | Method and Description |
|---|---|
Value |
OpponnentModel.ImproveValue(int IssueNumber,
ValueDiscrete ValToImprove) |
| Modifier and Type | Method and Description |
|---|---|
double |
GahbonValueType.GetExpectedUtilityByValue(Value V) |
void |
GahbonValueType.UpdateImportance(Value OpponentBid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values,
IssueDiscrete issue) |
protected void |
RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values,
IssueInteger issue) |
protected void |
RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values,
IssueReal issue) |
| Modifier and Type | Method and Description |
|---|---|
ValueDecrease |
IssuesDecreases.getExpectedDecrease(Value value) |
void |
IssuesDecreases.initilize(Issue issue,
Value maximalValue,
int issueCount) |
| Modifier and Type | Method and Description |
|---|---|
Value |
Bid.getValue(int issueNr) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.HashMap<java.lang.Integer,Value> |
Bid.getValues()
Helper function to enable the comparison between two Bids.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bid.setValue(int issueId,
Value pValue)
Set the value of the issue with the given issueID to the given value.
|
| Constructor and Description |
|---|
Bid(Domain domainP,
java.util.HashMap<java.lang.Integer,Value> bidP)
create a new bid in a domain.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values,
IssueDiscrete issue) |
protected void |
RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values,
IssueInteger issue) |
protected void |
RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values,
IssueReal issue) |
| Modifier and Type | Method and Description |
|---|---|
ValueDecrease |
IssuesDecreases.getExpectedDecrease(Value value) |
void |
IssuesDecreases.initilize(Issue issue,
Value maximalValue,
int issueCount) |
| Modifier and Type | Method and Description |
|---|---|
Value |
GahboninhoOM.ImproveValue(int IssueNumber,
ValueDiscrete ValToImprove) |
| Modifier and Type | Method and Description |
|---|---|
double |
GahbonValueType.GetExpectedUtilityByValue(Value V) |
void |
GahbonValueType.UpdateImportance(Value OpponentBid) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValueDiscrete
Specifies a discrete value.
|
class |
ValueInteger
Specifies an integer value.
|
class |
ValueReal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssueReal.checkInRange(Value val) |
boolean |
IssueInteger.checkInRange(Value val) |
boolean |
IssueDiscrete.checkInRange(Value value) |
abstract boolean |
Issue.checkInRange(Value value)
Method to check if the given value is in the range specified
by the issue.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
EvaluatorReal.getMaxValue() |
Value |
EvaluatorDiscrete.getMaxValue() |
Value |
EvaluatorReal.getMinValue() |
Value |
EvaluatorDiscrete.getMinValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorDiscrete.setEvaluation(Value val,
int evaluation)
Sets the evaluation for Value
val. |